FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectList<TItem> Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides ReadOnly Property Item( _
       ByVal index As Integer _
    ) As TItem
    public override TItem Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also